func github.com/vmihailenco/msgpack/v5.encodeStructValue

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_map.go#L146: func encodeStructValue(e *Encoder, strct reflect.Value) error {
		encode_value.go#L37: 		reflect.Struct:        encodeStructValue,
		types.go#L260: 	encodeStructValuePtr = reflect.ValueOf(encodeStructValue).Pointer()